home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_1174 / PlaceObject2_276_1146 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2011-10-17  |  1.4 KB  |  67 lines

  1. onClipEvent(load){
  2.    ARRIBA = _root.ARRIBA;
  3.    DER = _root.DER;
  4.    IZQ = _root.IZQ;
  5.    SHOOT = _root.SHOOT;
  6.    SLIDEKEY = _root.SLIDEKEY;
  7.    _X = _root.posX;
  8.    GRIDSIZE = _root.GRIDSIZE;
  9.    mapa = eval(_root.mapa);
  10.    shoot1 = eval(_root.shoot1);
  11.    vforcei = 3;
  12.    vforce = 8;
  13.    hforce = 5;
  14.    hforcei = 1;
  15.    horizontal = 0;
  16.    vertical = 8;
  17.    MAXVERTICAL = 15;
  18.    MAXJUMP = 38;
  19.    friction = 0.5;
  20.    gravity = 0.6;
  21.    accel = 1.6;
  22.    rising = false;
  23.    falling = true;
  24.    lastX = _X;
  25.    lastY = _Y;
  26.    platform = null;
  27.    plataforma = false;
  28.    scrolling = false;
  29.    platformscroll = 0;
  30.    topeizq = false;
  31.    justshoot = false;
  32.    shooting = false;
  33.    slide = false;
  34.    slidereleased = true;
  35.    slidetimer = 0;
  36.    SLIDETIME = 10;
  37.    keys = true;
  38.    upreleased = true;
  39.    abletoshoot = true;
  40.    blast = new Sound();
  41.    blast.attachSound("shoot02");
  42.    salto = new Sound();
  43.    salto.attachSound("salto");
  44.    landing = new Sound();
  45.    landing.attachSound("landing");
  46.    barrida = new Sound();
  47.    barrida.attachSound("barrida");
  48.    accel2 = 1.1;
  49.    tornado = false;
  50.    vforce2 = 0.005;
  51.    soundtrigged = false;
  52.    u = 0;
  53.    victory = false;
  54.    death = false;
  55.    barra = eval(_root.bheroe);
  56.    MAXDAMAGE = barra._totalframes;
  57.    hitted = false;
  58.    flashing = false;
  59.    hitable = false;
  60.    FLASHTIME = 10;
  61.    timerdamage = 0;
  62.    timerinvisible = 0;
  63.    INVISIBLETIME = 20;
  64.    invisible = false;
  65.    DAMAGE = 0;
  66. }
  67.